Html Css Color HEX #145122 Crusoe

📋 copy color: '#145122'

red 20 ◦ green 81 ◦ blue 34

#145122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #145122

Tints of Crusoe #145122

RGB

 RED value IS 20 (8.2% from 255) = 14.81%

 GREEN value IS 81 (32.03% from 255) = 60%

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 14.81%
G = 60%
B = 25.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#145122 (or 0x145122) is known color: Crusoe. HEX triplet: 14, 51 and 22. RGB value is (20,81,34). Sum of RGB (Red+Green+Blue) = 20+81+34=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #145122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145122 is #EBAEDD. Grayscale: #393939. Windows color (decimal): -15445726 or 2248980. OLE color: 2248980.

HSL color Cylindrical-coordinate representation of color #145122: hue angle of 133.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145122 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 34 -
CMYK 0.75 0 0.58 0.68
HSL 133.77º 0.6% 0.2% -
HSV(B) 133.77º 0.75% 0.32% -
XYZ 3.52 6.15 2.51 -
YUV 57.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 20 81 34 0.75 0 0.58 0.68 133.77 0.6 0.2
Hex 14 51 22 4B 0 3A 44 86 3C 14
Octal 24 121 42 113 0 72 104 206 74 24
Binary 10100 1010001 100010 1001011 0 111010 1000100 10000110 111100 10100

Color Harmonies of #145122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145122

Black with #145122

Text Example


Text Example

White with #145122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145122; }

 p { color: rgb(20,81,34); }

 H1.HeaderClassName
 {
   color: #145122;
 }
 .AnyTagClassName
 {
   color: #145122;
 }
</style>

background-color css

<style>
 a { background-color: #145122; }

 a { background-color: rgb(20,81,34); }

 div.DivClassName
 {
   background-color: #145122;
 }
 .BgClassName
 {
   background-color: #145122;
 }
</style>

border-color css

<style>
 span { border-color: #145122; }

 span { border-color: rgb(20,81,34); }

 td.TdClassName
 {
   border-color: #145122;
 }
 .TagClassName
 {
   border-color: #145122;
 }
</style>