Html Css Color HEX #065C1F Crusoe

📋 copy color: '#065C1F'

red 6 ◦ green 92 ◦ blue 31

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

Shades of Crusoe #065C1F

Tints of Crusoe #065C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 4.65%
G = 71.32%
B = 24.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#065C1F (or 0x065C1F) is known color: Crusoe. HEX triplet: 06, 5C and 1F. RGB value is (6,92,31). Sum of RGB (Red+Green+Blue) = 6+92+31=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #065C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C1F is #F9A3E0. Grayscale: #3B3B3B. Windows color (decimal): -16360417 or 2055174. OLE color: 2055174.

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

Color convert

RGB 6 92 31 -
CMYK 0.93 0 0.66 0.64
HSL 137.44º 0.88% 0.19% -
HSV(B) 137.44º 0.93% 0.36% -
XYZ 4.15 7.79 2.58 -
YUV 59.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 6 92 31 0.93 0 0.66 0.64 137.44 0.88 0.19
Hex 6 5C 1F 5D 0 42 40 89 58 13
Octal 6 134 37 135 0 102 100 211 130 23
Binary 110 1011100 11111 1011101 0 1000010 1000000 10001001 1011000 10011

Color Harmonies of #065C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C1F

Black with #065C1F

Text Example


Text Example

White with #065C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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