Html Css Color HEX #384022 Turtle Green

📋 copy color: '#384022'

red 56 ◦ green 64 ◦ blue 34

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

Shades of Turtle Green #384022

Tints of Turtle Green #384022

RGB

 RED value IS 56 (22.27% from 255) = 36.36%

 GREEN value IS 64 (25.39% from 255) = 41.56%

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 36.36%
G = 41.56%
B = 22.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#384022 (or 0x384022) is known color: Turtle Green. HEX triplet: 38, 40 and 22. RGB value is (56,64,34). Sum of RGB (Red+Green+Blue) = 56+64+34=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #384022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384022 is #C7BFDD. Grayscale: #3A3A3A. Windows color (decimal): -13090782 or 2244664. OLE color: 2244664.

HSL color Cylindrical-coordinate representation of color #384022: hue angle of 76º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384022 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 34 -
CMYK 0.13 0 0.47 0.75
HSL 76º 0.31% 0.19% -
HSV(B) 76º 0.47% 0.25% -
XYZ 3.75 4.62 2.21 -
YUV 58.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 56 64 34 0.13 0 0.47 0.75 76 0.31 0.19
Hex 38 40 22 D 0 2F 4B 4C 1F 13
Octal 70 100 42 15 0 57 113 114 37 23
Binary 111000 1000000 100010 1101 0 101111 1001011 1001100 11111 10011

Color Harmonies of #384022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384022

Black with #384022

Text Example


Text Example

White with #384022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384022; }

 p { color: rgb(56,64,34); }

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

background-color css

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

 a { background-color: rgb(56,64,34); }

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

border-color css

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

 span { border-color: rgb(56,64,34); }

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