Html Css Color HEX #0D651C Crusoe

📋 copy color: '#0D651C'

red 13 ◦ green 101 ◦ blue 28

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

Shades of Crusoe #0D651C

Tints of Crusoe #0D651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.13%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 9.15%
G = 71.13%
B = 19.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.60

RGB Variations

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

Color information

#0D651C (or 0x0D651C) is known color: Crusoe. HEX triplet: 0D, 65 and 1C. RGB value is (13,101,28). Sum of RGB (Red+Green+Blue) = 13+101+28=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #0D651C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D651C is #F29AE3. Grayscale: #424242. Windows color (decimal): -15899364 or 1860877. OLE color: 1860877.

HSL color Cylindrical-coordinate representation of color #0D651C: hue angle of 130.23º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D651C is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB 13 101 28 -
CMYK 0.87 0 0.72 0.60
HSL 130.23º 0.77% 0.22% -
HSV(B) 130.23º 0.87% 0.4% -
XYZ 5.03 9.48 2.66 -
YUV 66.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 13 101 28 0.87 0 0.72 0.60 130.23 0.77 0.22
Hex D 65 1C 57 0 48 3C 82 4D 16
Octal 15 145 34 127 0 110 74 202 115 26
Binary 1101 1100101 11100 1010111 0 1001000 111100 10000010 1001101 10110

Color Harmonies of #0D651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D651C

Black with #0D651C

Text Example


Text Example

White with #0D651C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,101,28); }

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

background-color css

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

 a { background-color: rgb(13,101,28); }

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

border-color css

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

 span { border-color: rgb(13,101,28); }

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