Html Css Color HEX #0D6C25 Crusoe

📋 copy color: '#0D6C25'

red 13 ◦ green 108 ◦ blue 37

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

Shades of Crusoe #0D6C25

Tints of Crusoe #0D6C25

RGB

 RED value IS 13 (5.47% from 255) = 8.23%

 GREEN value IS 108 (42.58% from 255) = 68.35%

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 8.23%
G = 68.35%
B = 23.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#0D6C25 (or 0x0D6C25) is known color: Crusoe. HEX triplet: 0D, 6C and 25. RGB value is (13,108,37). Sum of RGB (Red+Green+Blue) = 13+108+37=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C25 is #F293DA. Grayscale: #474747. Windows color (decimal): -15897563 or 2452493. OLE color: 2452493.

HSL color Cylindrical-coordinate representation of color #0D6C25: hue angle of 135.16º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C25 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 108 37 -
CMYK 0.88 0 0.66 0.58
HSL 135.16º 0.79% 0.24% -
HSV(B) 135.16º 0.88% 0.42% -
XYZ 5.86 10.94 3.55 -
YUV 71.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 13 108 37 0.88 0 0.66 0.58 135.16 0.79 0.24
Hex D 6C 25 58 0 42 3A 87 4F 18
Octal 15 154 45 130 0 102 72 207 117 30
Binary 1101 1101100 100101 1011000 0 1000010 111010 10000111 1001111 11000

Color Harmonies of #0D6C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6C25

Black with #0D6C25

Text Example


Text Example

White with #0D6C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,108,37); }

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

background-color css

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

 a { background-color: rgb(13,108,37); }

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

border-color css

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

 span { border-color: rgb(13,108,37); }

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