Html Css Color HEX #36381E Turtle Green

📋 copy color: '#36381E'

red 54 ◦ green 56 ◦ blue 30

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

Shades of Turtle Green #36381E

Tints of Turtle Green #36381E

RGB

 RED value IS 54 (21.48% from 255) = 38.57%

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 38.57%
G = 40%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#36381E (or 0x36381E) is known color: Turtle Green. HEX triplet: 36, 38 and 1E. RGB value is (54,56,30). Sum of RGB (Red+Green+Blue) = 54+56+30=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #36381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36381E is #C9C7E1. Grayscale: #343434. Windows color (decimal): -13223906 or 1980470. OLE color: 1980470.

HSL color Cylindrical-coordinate representation of color #36381E: hue angle of 64.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36381E is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 56 30 -
CMYK 0.04 0 0.46 0.78
HSL 64.62º 0.3% 0.17% -
HSV(B) 64.62º 0.46% 0.22% -
XYZ 3.17 3.71 1.78 -
YUV 52.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 54 56 30 0.04 0 0.46 0.78 64.62 0.3 0.17
Hex 36 38 1E 4 0 2E 4E 41 1E 11
Octal 66 70 36 4 0 56 116 101 36 21
Binary 110110 111000 11110 100 0 101110 1001110 1000001 11110 10001

Color Harmonies of #36381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36381E

Black with #36381E

Text Example


Text Example

White with #36381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,56,30); }

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

background-color css

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

 a { background-color: rgb(54,56,30); }

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

border-color css

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

 span { border-color: rgb(54,56,30); }

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