Html Css Color HEX #384A42 Te Papa Green

📋 copy color: '#384A42'

red 56 ◦ green 74 ◦ blue 66

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

Shades of Te Papa Green #384A42

Tints of Te Papa Green #384A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 28.57%
G = 37.76%
B = 33.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#384A42 (or 0x384A42) is known color: Te Papa Green. HEX triplet: 38, 4A and 42. RGB value is (56,74,66). Sum of RGB (Red+Green+Blue) = 56+74+66=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 74 - color contains mainly: green. Hex color #384A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A42 is #C7B5BD. Grayscale: #434343. Windows color (decimal): -13088190 or 4344376. OLE color: 4344376.

HSL color Cylindrical-coordinate representation of color #384A42: hue angle of 153.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #384A42 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 66 -
CMYK 0.24 0 0.11 0.71
HSL 153.33º 0.14% 0.25% -
HSV(B) 153.33º 0.24% 0.29% -
XYZ 5.06 6.13 6.07 -
YUV 67.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 56 74 66 0.24 0 0.11 0.71 153.33 0.14 0.25
Hex 38 4A 42 18 0 B 47 99 E 19
Octal 70 112 102 30 0 13 107 231 16 31
Binary 111000 1001010 1000010 11000 0 1011 1000111 10011001 1110 11001

Color Harmonies of #384A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A42

Black with #384A42

Text Example


Text Example

White with #384A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A42; }

 p { color: rgb(56,74,66); }

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

background-color css

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

 a { background-color: rgb(56,74,66); }

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

border-color css

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

 span { border-color: rgb(56,74,66); }

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