Html Css Color HEX #065D27 Crusoe

📋 copy color: '#065D27'

red 6 ◦ green 93 ◦ blue 39

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

Shades of Crusoe #065D27

Tints of Crusoe #065D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.39%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 4.35%
G = 67.39%
B = 28.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#065D27 (or 0x065D27) is known color: Crusoe. HEX triplet: 06, 5D and 27. RGB value is (6,93,39). Sum of RGB (Red+Green+Blue) = 6+93+39=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #065D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D27 is #F9A2D8. Grayscale: #3C3C3C. Windows color (decimal): -16360153 or 2579718. OLE color: 2579718.

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

Color convert

RGB 6 93 39 -
CMYK 0.94 0 0.58 0.64
HSL 142.76º 0.88% 0.19% -
HSV(B) 142.76º 0.94% 0.36% -
XYZ 4.36 8.01 3.24 -
YUV 60.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 6 93 39 0.94 0 0.58 0.64 142.76 0.88 0.19
Hex 6 5D 27 5E 0 3A 40 8F 58 13
Octal 6 135 47 136 0 72 100 217 130 23
Binary 110 1011101 100111 1011110 0 111010 1000000 10001111 1011000 10011

Color Harmonies of #065D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D27

Black with #065D27

Text Example


Text Example

White with #065D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,93,39); }

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

background-color css

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

 a { background-color: rgb(6,93,39); }

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

border-color css

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

 span { border-color: rgb(6,93,39); }

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