Html Css Color HEX #32361A Turtle Green

📋 copy color: '#32361A'

red 50 ◦ green 54 ◦ blue 26

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

Shades of Turtle Green #32361A

Tints of Turtle Green #32361A

RGB

 RED value IS 50 (19.92% from 255) = 38.46%

 GREEN value IS 54 (21.48% from 255) = 41.54%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 38.46%
G = 41.54%
B = 20%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#32361A (or 0x32361A) is known color: Turtle Green. HEX triplet: 32, 36 and 1A. RGB value is (50,54,26). Sum of RGB (Red+Green+Blue) = 50+54+26=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #32361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32361A is #CDC9E5. Grayscale: #313131. Windows color (decimal): -13486566 or 1717810. OLE color: 1717810.

HSL color Cylindrical-coordinate representation of color #32361A: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32361A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 54 26 -
CMYK 0.07 0 0.52 0.79
HSL 68.57º 0.35% 0.16% -
HSV(B) 68.57º 0.52% 0.21% -
XYZ 2.82 3.39 1.48 -
YUV 49.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 50 54 26 0.07 0 0.52 0.79 68.57 0.35 0.16
Hex 32 36 1A 7 0 34 4F 45 23 10
Octal 62 66 32 7 0 64 117 105 43 20
Binary 110010 110110 11010 111 0 110100 1001111 1000101 100011 10000

Color Harmonies of #32361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32361A

Black with #32361A

Text Example


Text Example

White with #32361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32361A; }

 p { color: rgb(50,54,26); }

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

background-color css

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

 a { background-color: rgb(50,54,26); }

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

border-color css

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

 span { border-color: rgb(50,54,26); }

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