Html Css Color HEX #0F6234 Crusoe

📋 copy color: '#0F6234'

red 15 ◦ green 98 ◦ blue 52

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

Shades of Crusoe #0F6234

Tints of Crusoe #0F6234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.39%

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 9.09%
G = 59.39%
B = 31.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#0F6234 (or 0x0F6234) is known color: Crusoe. HEX triplet: 0F, 62 and 34. RGB value is (15,98,52). Sum of RGB (Red+Green+Blue) = 15+98+52=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6234 is #F09DCB. Grayscale: #444444. Windows color (decimal): -15769036 or 3432975. OLE color: 3432975.

HSL color Cylindrical-coordinate representation of color #0F6234: hue angle of 146.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6234 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 52 -
CMYK 0.85 0 0.47 0.62
HSL 146.75º 0.73% 0.22% -
HSV(B) 146.75º 0.85% 0.38% -
XYZ 5.18 9.08 4.73 -
YUV 67.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 15 98 52 0.85 0 0.47 0.62 146.75 0.73 0.22
Hex F 62 34 55 0 2F 3E 93 49 16
Octal 17 142 64 125 0 57 76 223 111 26
Binary 1111 1100010 110100 1010101 0 101111 111110 10010011 1001001 10110

Color Harmonies of #0F6234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6234

Black with #0F6234

Text Example


Text Example

White with #0F6234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,52); }

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

background-color css

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

 a { background-color: rgb(15,98,52); }

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

border-color css

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

 span { border-color: rgb(15,98,52); }

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