Html Css Color HEX #18612E Crusoe

📋 copy color: '#18612E'

red 24 ◦ green 97 ◦ blue 46

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

Shades of Crusoe #18612E

Tints of Crusoe #18612E

RGB

 RED value IS 24 (9.77% from 255) = 14.37%

 GREEN value IS 97 (38.28% from 255) = 58.08%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 14.37%
G = 58.08%
B = 27.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#18612E (or 0x18612E) is known color: Crusoe. HEX triplet: 18, 61 and 2E. RGB value is (24,97,46). Sum of RGB (Red+Green+Blue) = 24+97+46=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #18612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612E is #E79ED1. Grayscale: #454545. Windows color (decimal): -15179474 or 3039512. OLE color: 3039512.

HSL color Cylindrical-coordinate representation of color #18612E: hue angle of 138.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18612E is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 97 46 -
CMYK 0.75 0 0.53 0.62
HSL 138.08º 0.6% 0.24% -
HSV(B) 138.08º 0.75% 0.38% -
XYZ 5.14 8.94 4.04 -
YUV 69.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 24 97 46 0.75 0 0.53 0.62 138.08 0.6 0.24
Hex 18 61 2E 4B 0 35 3E 8A 3C 18
Octal 30 141 56 113 0 65 76 212 74 30
Binary 11000 1100001 101110 1001011 0 110101 111110 10001010 111100 11000

Color Harmonies of #18612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18612E

Black with #18612E

Text Example


Text Example

White with #18612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18612E; }

 p { color: rgb(24,97,46); }

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

background-color css

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

 a { background-color: rgb(24,97,46); }

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

border-color css

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

 span { border-color: rgb(24,97,46); }

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