Html Css Color HEX #145325 Crusoe

📋 copy color: '#145325'

red 20 ◦ green 83 ◦ blue 37

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

Shades of Crusoe #145325

Tints of Crusoe #145325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 59.29%

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 14.29%
G = 59.29%
B = 26.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#145325 (or 0x145325) is known color: Crusoe. HEX triplet: 14, 53 and 25. RGB value is (20,83,37). Sum of RGB (Red+Green+Blue) = 20+83+37=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #145325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145325 is #EBACDA. Grayscale: #3B3B3B. Windows color (decimal): -15445211 or 2446100. OLE color: 2446100.

HSL color Cylindrical-coordinate representation of color #145325: hue angle of 136.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145325 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 37 -
CMYK 0.76 0 0.55 0.67
HSL 136.19º 0.61% 0.2% -
HSV(B) 136.19º 0.76% 0.33% -
XYZ 3.72 6.47 2.8 -
YUV 58.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 20 83 37 0.76 0 0.55 0.67 136.19 0.61 0.2
Hex 14 53 25 4C 0 37 43 88 3D 14
Octal 24 123 45 114 0 67 103 210 75 24
Binary 10100 1010011 100101 1001100 0 110111 1000011 10001000 111101 10100

Color Harmonies of #145325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145325

Black with #145325

Text Example


Text Example

White with #145325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145325; }

 p { color: rgb(20,83,37); }

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

background-color css

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

 a { background-color: rgb(20,83,37); }

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

border-color css

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

 span { border-color: rgb(20,83,37); }

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