Html Css Color HEX #065C13 Crusoe

📋 copy color: '#065C13'

red 6 ◦ green 92 ◦ blue 19

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

Shades of Crusoe #065C13

Tints of Crusoe #065C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 5.13%
G = 78.63%
B = 16.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#065C13 (or 0x065C13) is known color: Crusoe. HEX triplet: 06, 5C and 13. RGB value is (6,92,19). Sum of RGB (Red+Green+Blue) = 6+92+19=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #065C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C13 is #F9A3EC. Grayscale: #3A3A3A. Windows color (decimal): -16360429 or 1268742. OLE color: 1268742.

HSL color Cylindrical-coordinate representation of color #065C13: hue angle of 129.07º 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 #065C13 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 19 -
CMYK 0.93 0 0.79 0.64
HSL 129.07º 0.88% 0.19% -
HSV(B) 129.07º 0.93% 0.36% -
XYZ 4.02 7.74 1.9 -
YUV 57.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 6 92 19 0.93 0 0.79 0.64 129.07 0.88 0.19
Hex 6 5C 13 5D 0 4F 40 81 58 13
Octal 6 134 23 135 0 117 100 201 130 23
Binary 110 1011100 10011 1011101 0 1001111 1000000 10000001 1011000 10011

Color Harmonies of #065C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C13

Black with #065C13

Text Example


Text Example

White with #065C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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