Html Css Color HEX #363D1B Turtle Green

📋 copy color: '#363D1B'

red 54 ◦ green 61 ◦ blue 27

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

Shades of Turtle Green #363D1B

Tints of Turtle Green #363D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.96%

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 38.03%
G = 42.96%
B = 19.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#363D1B (or 0x363D1B) is known color: Turtle Green. HEX triplet: 36, 3D and 1B. RGB value is (54,61,27). Sum of RGB (Red+Green+Blue) = 54+61+27=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #363D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D1B is #C9C2E4. Grayscale: #373737. Windows color (decimal): -13222629 or 1785142. OLE color: 1785142.

HSL color Cylindrical-coordinate representation of color #363D1B: hue angle of 72.35º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363D1B is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 61 27 -
CMYK 0.11 0 0.56 0.76
HSL 72.35º 0.39% 0.17% -
HSV(B) 72.35º 0.56% 0.24% -
XYZ 3.39 4.2 1.67 -
YUV 55.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 54 61 27 0.11 0 0.56 0.76 72.35 0.39 0.17
Hex 36 3D 1B B 0 38 4C 48 27 11
Octal 66 75 33 13 0 70 114 110 47 21
Binary 110110 111101 11011 1011 0 111000 1001100 1001000 100111 10001

Color Harmonies of #363D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D1B

Black with #363D1B

Text Example


Text Example

White with #363D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363D1B; }

 p { color: rgb(54,61,27); }

 H1.HeaderClassName
 {
   color: #363D1B;
 }
 .AnyTagClassName
 {
   color: #363D1B;
 }
</style>

background-color css

<style>
 a { background-color: #363D1B; }

 a { background-color: rgb(54,61,27); }

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

border-color css

<style>
 span { border-color: #363D1B; }

 span { border-color: rgb(54,61,27); }

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