Html Css Color HEX #0D6826 Crusoe

📋 copy color: '#0D6826'

red 13 ◦ green 104 ◦ blue 38

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

Shades of Crusoe #0D6826

Tints of Crusoe #0D6826

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.1%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 8.39%
G = 67.1%
B = 24.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#0D6826 (or 0x0D6826) is known color: Crusoe. HEX triplet: 0D, 68 and 26. RGB value is (13,104,38). Sum of RGB (Red+Green+Blue) = 13+104+38=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6826 is #F297D9. Grayscale: #454545. Windows color (decimal): -15898586 or 2517005. OLE color: 2517005.

HSL color Cylindrical-coordinate representation of color #0D6826: hue angle of 136.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6826 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 104 38 -
CMYK 0.88 0 0.63 0.59
HSL 136.48º 0.78% 0.23% -
HSV(B) 136.48º 0.88% 0.41% -
XYZ 5.47 10.13 3.5 -
YUV 69.27 110.35 87.87 -
System Red Green Blue C M Y K H S L
Decimal 13 104 38 0.88 0 0.63 0.59 136.48 0.78 0.23
Hex D 68 26 58 0 3F 3B 88 4E 17
Octal 15 150 46 130 0 77 73 210 116 27
Binary 1101 1101000 100110 1011000 0 111111 111011 10001000 1001110 10111

Color Harmonies of #0D6826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6826

Black with #0D6826

Text Example


Text Example

White with #0D6826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,104,38); }

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

background-color css

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

 a { background-color: rgb(13,104,38); }

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

border-color css

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

 span { border-color: rgb(13,104,38); }

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