Html Css Color HEX #065C1E Crusoe

📋 copy color: '#065C1E'

red 6 ◦ green 92 ◦ blue 30

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

Shades of Crusoe #065C1E

Tints of Crusoe #065C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.44%

R = 4.69%
G = 71.88%
B = 23.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#065C1E (or 0x065C1E) is known color: Crusoe. HEX triplet: 06, 5C and 1E. RGB value is (6,92,30). Sum of RGB (Red+Green+Blue) = 6+92+30=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 92 (36.33% from 255 or 71.88% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 92 - color contains mainly: green. Hex color #065C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C1E is #F9A3E1. Grayscale: #3B3B3B. Windows color (decimal): -16360418 or 1989638. OLE color: 1989638.

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

Color convert

RGB 6 92 30 -
CMYK 0.93 0 0.67 0.64
HSL 136.74º 0.88% 0.19% -
HSV(B) 136.74º 0.93% 0.36% -
XYZ 4.14 7.79 2.51 -
YUV 59.22 111.51 90.04 -
System Red Green Blue C M Y K H S L
Decimal 6 92 30 0.93 0 0.67 0.64 136.74 0.88 0.19
Hex 6 5C 1E 5D 0 43 40 89 58 13
Octal 6 134 36 135 0 103 100 211 130 23
Binary 110 1011100 11110 1011101 0 1000011 1000000 10001001 1011000 10011

Color Harmonies of #065C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C1E

Black with #065C1E

Text Example


Text Example

White with #065C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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