Html Css Color HEX #145935 Crusoe

📋 copy color: '#145935'

red 20 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #145935

Tints of Crusoe #145935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.94%

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 12.35%
G = 54.94%
B = 32.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#145935 (or 0x145935) is known color: Crusoe. HEX triplet: 14, 59 and 35. RGB value is (20,89,53). Sum of RGB (Red+Green+Blue) = 20+89+53=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #145935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145935 is #EBA6CA. Grayscale: #404040. Windows color (decimal): -15443659 or 3496212. OLE color: 3496212.

HSL color Cylindrical-coordinate representation of color #145935: hue angle of 148.7º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145935 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 53 -
CMYK 0.78 0 0.40 0.65
HSL 148.7º 0.63% 0.21% -
HSV(B) 148.7º 0.78% 0.35% -
XYZ 4.5 7.55 4.59 -
YUV 64.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 20 89 53 0.78 0 0.40 0.65 148.7 0.63 0.21
Hex 14 59 35 4E 0 28 41 95 3F 15
Octal 24 131 65 116 0 50 101 225 77 25
Binary 10100 1011001 110101 1001110 0 101000 1000001 10010101 111111 10101

Color Harmonies of #145935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145935

Black with #145935

Text Example


Text Example

White with #145935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145935; }

 p { color: rgb(20,89,53); }

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

background-color css

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

 a { background-color: rgb(20,89,53); }

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

border-color css

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

 span { border-color: rgb(20,89,53); }

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