Html Css Color HEX #38440B Turtle Green

📋 copy color: '#38440B'

red 56 ◦ green 68 ◦ blue 11

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

Shades of Turtle Green #38440B

Tints of Turtle Green #38440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 41.48%
G = 50.37%
B = 8.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#38440B (or 0x38440B) is known color: Turtle Green. HEX triplet: 38, 44 and 0B. RGB value is (56,68,11). Sum of RGB (Red+Green+Blue) = 56+68+11=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #38440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440B is #C7BBF4. Grayscale: #3A3A3A. Windows color (decimal): -13089781 or 738360. OLE color: 738360.

HSL color Cylindrical-coordinate representation of color #38440B: hue angle of 72.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38440B is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 11 -
CMYK 0.18 0 0.84 0.73
HSL 72.63º 0.72% 0.15% -
HSV(B) 72.63º 0.84% 0.27% -
XYZ 3.76 5 1.08 -
YUV 57.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 56 68 11 0.18 0 0.84 0.73 72.63 0.72 0.15
Hex 38 44 B 12 0 54 49 49 48 F
Octal 70 104 13 22 0 124 111 111 110 17
Binary 111000 1000100 1011 10010 0 1010100 1001001 1001001 1001000 1111

Color Harmonies of #38440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38440B

Black with #38440B

Text Example


Text Example

White with #38440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38440B; }

 p { color: rgb(56,68,11); }

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

background-color css

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

 a { background-color: rgb(56,68,11); }

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

border-color css

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

 span { border-color: rgb(56,68,11); }

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