Html Css Color HEX #145121 Crusoe

📋 copy color: '#145121'

red 20 ◦ green 81 ◦ blue 33

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

Shades of Crusoe #145121

Tints of Crusoe #145121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 14.93%
G = 60.45%
B = 24.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#145121 (or 0x145121) is known color: Crusoe. HEX triplet: 14, 51 and 21. RGB value is (20,81,33). Sum of RGB (Red+Green+Blue) = 20+81+33=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #145121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145121 is #EBAEDE. Grayscale: #393939. Windows color (decimal): -15445727 or 2183444. OLE color: 2183444.

HSL color Cylindrical-coordinate representation of color #145121: hue angle of 132.79º 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 #145121 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 81 33 -
CMYK 0.75 0 0.59 0.68
HSL 132.79º 0.6% 0.2% -
HSV(B) 132.79º 0.75% 0.32% -
XYZ 3.51 6.14 2.44 -
YUV 57.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 20 81 33 0.75 0 0.59 0.68 132.79 0.6 0.2
Hex 14 51 21 4B 0 3B 44 85 3C 14
Octal 24 121 41 113 0 73 104 205 74 24
Binary 10100 1010001 100001 1001011 0 111011 1000100 10000101 111100 10100

Color Harmonies of #145121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145121

Black with #145121

Text Example


Text Example

White with #145121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145121; }

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

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

background-color css

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

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

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

border-color css

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

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

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