Html Css Color HEX #05691E Crusoe

📋 copy color: '#05691E'

red 5 ◦ green 105 ◦ blue 30

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

Shades of Crusoe #05691E

Tints of Crusoe #05691E

RGB

 RED value IS 5 (2.34% from 255) = 3.57%

 GREEN value IS 105 (41.41% from 255) = 75%

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

R = 3.57%
G = 75%
B = 21.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#05691E (or 0x05691E) is known color: Crusoe. HEX triplet: 05, 69 and 1E. RGB value is (5,105,30). Sum of RGB (Red+Green+Blue) = 5+105+30=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 105 (41.41% from 255 or 75% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 105 - color contains mainly: green. Hex color #05691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05691E is #FA96E1. Grayscale: #424242. Windows color (decimal): -16422626 or 1992965. OLE color: 1992965.

HSL color Cylindrical-coordinate representation of color #05691E: hue angle of 135º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05691E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 30 -
CMYK 0.95 0 0.71 0.59
HSL 135º 0.91% 0.22% -
HSV(B) 135º 0.95% 0.41% -
XYZ 5.35 10.23 2.92 -
YUV 66.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 5 105 30 0.95 0 0.71 0.59 135 0.91 0.22
Hex 5 69 1E 5F 0 47 3B 87 5B 16
Octal 5 151 36 137 0 107 73 207 133 26
Binary 101 1101001 11110 1011111 0 1000111 111011 10000111 1011011 10110

Color Harmonies of #05691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05691E

Black with #05691E

Text Example


Text Example

White with #05691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05691E; }

 p { color: rgb(5,105,30); }

 H1.HeaderClassName
 {
   color: #05691E;
 }
 .AnyTagClassName
 {
   color: #05691E;
 }
</style>

background-color css

<style>
 a { background-color: #05691E; }

 a { background-color: rgb(5,105,30); }

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

border-color css

<style>
 span { border-color: #05691E; }

 span { border-color: rgb(5,105,30); }

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