Html Css Color HEX #065C1C Crusoe

📋 copy color: '#065C1C'

red 6 ◦ green 92 ◦ blue 28

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

Shades of Crusoe #065C1C

Tints of Crusoe #065C1C

RGB

 RED value IS 6 (2.73% from 255) = 4.76%

 GREEN value IS 92 (36.33% from 255) = 73.02%

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

R = 4.76%
G = 73.02%
B = 22.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#065C1C (or 0x065C1C) is known color: Crusoe. HEX triplet: 06, 5C and 1C. RGB value is (6,92,28). Sum of RGB (Red+Green+Blue) = 6+92+28=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #065C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C1C is #F9A3E3. Grayscale: #3B3B3B. Windows color (decimal): -16360420 or 1858566. OLE color: 1858566.

HSL color Cylindrical-coordinate representation of color #065C1C: hue angle of 135.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C1C is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 28 -
CMYK 0.93 0 0.70 0.64
HSL 135.35º 0.88% 0.19% -
HSV(B) 135.35º 0.93% 0.36% -
XYZ 4.11 7.78 2.38 -
YUV 58.99 110.51 90.2 -
System Red Green Blue C M Y K H S L
Decimal 6 92 28 0.93 0 0.70 0.64 135.35 0.88 0.19
Hex 6 5C 1C 5D 0 46 40 87 58 13
Octal 6 134 34 135 0 106 100 207 130 23
Binary 110 1011100 11100 1011101 0 1000110 1000000 10000111 1011000 10011

Color Harmonies of #065C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C1C

Black with #065C1C

Text Example


Text Example

White with #065C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C1C; }

 p { color: rgb(6,92,28); }

 H1.HeaderClassName
 {
   color: #065C1C;
 }
 .AnyTagClassName
 {
   color: #065C1C;
 }
</style>

background-color css

<style>
 a { background-color: #065C1C; }

 a { background-color: rgb(6,92,28); }

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

border-color css

<style>
 span { border-color: #065C1C; }

 span { border-color: rgb(6,92,28); }

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