Html Css Color HEX #0F5C18 Crusoe

📋 copy color: '#0F5C18'

red 15 ◦ green 92 ◦ blue 24

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

Shades of Crusoe #0F5C18

Tints of Crusoe #0F5C18

RGB

 RED value IS 15 (6.25% from 255) = 11.45%

 GREEN value IS 92 (36.33% from 255) = 70.23%

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 11.45%
G = 70.23%
B = 18.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#0F5C18 (or 0x0F5C18) is known color: Crusoe. HEX triplet: 0F, 5C and 18. RGB value is (15,92,24). Sum of RGB (Red+Green+Blue) = 15+92+24=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5C18 is #F0A3E7. Grayscale: #3D3D3D. Windows color (decimal): -15770600 or 1596431. OLE color: 1596431.

HSL color Cylindrical-coordinate representation of color #0F5C18: hue angle of 127.01º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5C18 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 92 24 -
CMYK 0.84 0 0.74 0.64
HSL 127.01º 0.72% 0.21% -
HSV(B) 127.01º 0.84% 0.36% -
XYZ 4.19 7.82 2.15 -
YUV 61.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 15 92 24 0.84 0 0.74 0.64 127.01 0.72 0.21
Hex F 5C 18 54 0 4A 40 7F 48 15
Octal 17 134 30 124 0 112 100 177 110 25
Binary 1111 1011100 11000 1010100 0 1001010 1000000 1111111 1001000 10101

Color Harmonies of #0F5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5C18

Black with #0F5C18

Text Example


Text Example

White with #0F5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5C18; }

 p { color: rgb(15,92,24); }

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

background-color css

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

 a { background-color: rgb(15,92,24); }

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

border-color css

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

 span { border-color: rgb(15,92,24); }

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