Html Css Color HEX #0D6121 Crusoe

📋 copy color: '#0D6121'

red 13 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #0D6121

Tints of Crusoe #0D6121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 9.09%
G = 67.83%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#0D6121 (or 0x0D6121) is known color: Crusoe. HEX triplet: 0D, 61 and 21. RGB value is (13,97,33). Sum of RGB (Red+Green+Blue) = 13+97+33=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6121 is #F29EDE. Grayscale: #404040. Windows color (decimal): -15900383 or 2187533. OLE color: 2187533.

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

Color convert

RGB 13 97 33 -
CMYK 0.87 0 0.66 0.62
HSL 134.29º 0.76% 0.22% -
HSV(B) 134.29º 0.87% 0.38% -
XYZ 4.72 8.74 2.88 -
YUV 64.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 13 97 33 0.87 0 0.66 0.62 134.29 0.76 0.22
Hex D 61 21 57 0 42 3E 86 4C 16
Octal 15 141 41 127 0 102 76 206 114 26
Binary 1101 1100001 100001 1010111 0 1000010 111110 10000110 1001100 10110

Color Harmonies of #0D6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6121

Black with #0D6121

Text Example


Text Example

White with #0D6121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,33); }

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

background-color css

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

 a { background-color: rgb(13,97,33); }

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

border-color css

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

 span { border-color: rgb(13,97,33); }

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