Html Css Color HEX #364313 Turtle Green

📋 copy color: '#364313'

red 54 ◦ green 67 ◦ blue 19

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

Shades of Turtle Green #364313

Tints of Turtle Green #364313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 38.57%
G = 47.86%
B = 13.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#364313 (or 0x364313) is known color: Turtle Green. HEX triplet: 36, 43 and 13. RGB value is (54,67,19). Sum of RGB (Red+Green+Blue) = 54+67+19=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #364313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364313 is #C9BCEC. Grayscale: #393939. Windows color (decimal): -13221101 or 1262390. OLE color: 1262390.

HSL color Cylindrical-coordinate representation of color #364313: hue angle of 76.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364313 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 67 19 -
CMYK 0.19 0 0.72 0.74
HSL 76.25º 0.56% 0.17% -
HSV(B) 76.25º 0.72% 0.26% -
XYZ 3.65 4.85 1.36 -
YUV 57.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 54 67 19 0.19 0 0.72 0.74 76.25 0.56 0.17
Hex 36 43 13 13 0 48 4A 4C 38 11
Octal 66 103 23 23 0 110 112 114 70 21
Binary 110110 1000011 10011 10011 0 1001000 1001010 1001100 111000 10001

Color Harmonies of #364313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364313

Black with #364313

Text Example


Text Example

White with #364313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364313; }

 p { color: rgb(54,67,19); }

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

background-color css

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

 a { background-color: rgb(54,67,19); }

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

border-color css

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

 span { border-color: rgb(54,67,19); }

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