Html Css Color HEX #065C19 Crusoe

📋 copy color: '#065C19'

red 6 ◦ green 92 ◦ blue 25

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

Shades of Crusoe #065C19

Tints of Crusoe #065C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 4.88%
G = 74.8%
B = 20.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#065C19 (or 0x065C19) is known color: Crusoe. HEX triplet: 06, 5C and 19. RGB value is (6,92,25). Sum of RGB (Red+Green+Blue) = 6+92+25=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 92 (36.33% from 255 or 74.80% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 92 - color contains mainly: green. Hex color #065C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C19 is #F9A3E6. Grayscale: #3A3A3A. Windows color (decimal): -16360423 or 1661958. OLE color: 1661958.

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

Color convert

RGB 6 92 25 -
CMYK 0.93 0 0.73 0.64
HSL 133.26º 0.88% 0.19% -
HSV(B) 133.26º 0.93% 0.36% -
XYZ 4.08 7.76 2.2 -
YUV 58.65 109.01 90.45 -
System Red Green Blue C M Y K H S L
Decimal 6 92 25 0.93 0 0.73 0.64 133.26 0.88 0.19
Hex 6 5C 19 5D 0 49 40 85 58 13
Octal 6 134 31 135 0 111 100 205 130 23
Binary 110 1011100 11001 1011101 0 1001001 1000000 10000101 1011000 10011

Color Harmonies of #065C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C19

Black with #065C19

Text Example


Text Example

White with #065C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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