Html Css Color HEX #065A1D Crusoe

📋 copy color: '#065A1D'

red 6 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #065A1D

Tints of Crusoe #065A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 72%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 4.8%
G = 72%
B = 23.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#065A1D (or 0x065A1D) is known color: Crusoe. HEX triplet: 06, 5A and 1D. RGB value is (6,90,29). Sum of RGB (Red+Green+Blue) = 6+90+29=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #065A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A1D is #F9A5E2. Grayscale: #3A3A3A. Windows color (decimal): -16360931 or 1923590. OLE color: 1923590.

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

Color convert

RGB 6 90 29 -
CMYK 0.93 0 0.68 0.65
HSL 136.43º 0.88% 0.19% -
HSV(B) 136.43º 0.93% 0.35% -
XYZ 3.95 7.44 2.39 -
YUV 57.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 6 90 29 0.93 0 0.68 0.65 136.43 0.88 0.19
Hex 6 5A 1D 5D 0 44 41 88 58 13
Octal 6 132 35 135 0 104 101 210 130 23
Binary 110 1011010 11101 1011101 0 1000100 1000001 10001000 1011000 10011

Color Harmonies of #065A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A1D

Black with #065A1D

Text Example


Text Example

White with #065A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,29); }

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

background-color css

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

 a { background-color: rgb(6,90,29); }

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

border-color css

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

 span { border-color: rgb(6,90,29); }

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